dlv-list 0.5.2

Semi-doubly linked list implemented using a vector
Documentation

dlv-list-rs

Crates.io Docs.rs CI

Semi-doubly linked list implemented using a vector.

Features

  • std (default) enables usage of libstd, disabling this feature will make the crate no_std compatible.
  • serde for (de)serialization.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

See CONTRIBUTING.md.